Manager: Scrap Manager



Carbon supports only the LoadScrap and UnloadScrap functions from the original Scrap Manager. However, Carbon will supply new features, including support for "promises," to the Scrap Manager.

Unsupported  GDBShowPasteboardTypes

Unsupported  GetScrap

You should instead use the functions ScrapHasFlavor, GetScrapFlavorSize, and GetScrapFlavorData.

Unsupported  InfoScrap

You should instead use the function GetScrapSeed.

Not Recommended  LoadScrap

Carbon applications may continue calling this function on Mac OS 8; however, on Mac OS X it does nothing and is no longer necessary.

Unsupported  PutScrap

You should instead use the function PutScrapFlavor.

Not Recommended  UnloadScrap

Carbon applications may continue calling this function on Mac OS 8; however, on Mac OS X it does nothing and is no longer necessary.

Unsupported  ZeroScrap

You should instead use the function ClearScrap.

[Table of Contents] [Manager Index] [Function Index]

Generated on: 7/7/99. Copyright 1999 Apple Computer, Inc. All rights reserved.